home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / autocomplete_manager-2.3-fx.xpi / chrome / acmanager.jar / skin / acmanager.css < prev    next >
Cascading Style Sheet File  |  2007-12-06  |  892b  |  36 lines

  1. /* popup tree entries: titles and bookmarks */
  2. treechildren::-moz-tree-cell-text(dim) {
  3.   color: rgb(35%, 35%, 35%);
  4. }
  5.  
  6. treechildren::-moz-tree-cell-text(italic) {
  7.   font-style: italic;
  8.  
  9. treechildren::-moz-tree-cell-text(bold) {
  10.   font-weight: bold;
  11.  
  12. /* location bar tooltip for re-sorting popup entries on the fly */
  13. .acm_tooltip {
  14.   color: rgb(100%, 0%, 0%);
  15.  
  16. /* make options dialog inherit background color from theme */
  17. #ACM_Options {
  18.   -moz-appearance: inherit !important;
  19.  
  20. /* options dialog navigation icons; they have to be 32x32 */
  21. #ACM_Options radio[pane=acm_paneOptions] {
  22.   list-style-image: url("chrome://acmanager/skin/options.png"); 
  23. }
  24.  
  25. #ACM_Options radio[pane=acm_paneManager] {
  26.   list-style-image: url("chrome://acmanager/skin/history.png"); 
  27. }
  28.  
  29. #ACM_Options radio[pane=acm_paneAbout] {
  30.   list-style-image: url("chrome://acmanager/skin/acmanager-icon32.png"); 
  31.